DX11 FINALIZE VERTEX LAYOUT

Finalizes the internal structure of the vertex layout.
You must call this function after adding all the elements you need to a vertex layout and before
using it with any shader / mesh data.
Take note that you cannot add any more elements to the vertex layout after finalizing it.

  Syntax
DX11 FINALIZE VERTEX LAYOUT vertLayout
  Parameters
vertLayout
Dword
The vertex layout to finalize the structure of.

  Returns

This function does not return a value.

  See also

VERTEXLAYOUT Functions Menu
DX11 Function Categories